home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The X-Philes (2nd Revision)
/
The X-Philes Number 1 (1995).iso
/
xphiles
/
hp48hor2
/
ucase.doc
< prev
next >
Wrap
Text File
|
1995-03-31
|
2KB
|
52 lines
(User.programs)
Item: 369 by akcs.softcalc@hpcvbbs.cv.hp.com
Author: [brian maguire]
Subj: Convert string to uppercase
Date: November 1, 1991
UCASE - Convert string to uppercase
úÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
3 Mini-instructions: String, UCASE. -jkh- 3
àÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄù
Copyright 1991 Brian Maguire
All Rights Reserved
DISCLAIMERS
UCASE and this manual are presented as is, without warranties,
expressed or implied. The author makes no guarantee as to the
fitness of this software.
UCASE can be copied freely provided the software, including this
manual, is copied in its entirety. The user cannot be charged,
in whole or in part, except for the cost of reproduction. No
part of this package may be used for commercial purposes without
written permission from the author.
SUMMARY
UCASE converts any string to upper case characters. For example,
"This is an example string"
is converted to
"THIS IS AN EXAMPLE STRING"
Input Output
----- -----
String --> String
[Note: The TLLIB Tool Library by Jim Donnelly, a commercial product
available separately as part of "The HP 48 Programmer's ToolKit" also
has a UCASE function, and it's more robust than this one. This UCASE
only converts characters between "a" and "z", and ignores the
European characters like accented vowels. Donnelly's TLLIB correctly
translates those, and has an LCASE function too. -jkh-]
Enjoy,
Brian Maguire
139 Kingsbury
Dearborn, MI 48128